object UnregForm: TUnregForm Left = 154 Top = 107 BorderStyle = bsNone ClientHeight = 231 ClientWidth = 420 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 0 Width = 420 Height = 231 Align = alClient BevelWidth = 2 TabOrder = 0 object ll1: TLabel Left = 24 Top = 24 Width = 369 Height = 41 Alignment = taCenter AutoSize = False Caption = 'This program is provided to you for evaluation purposes' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] ParentFont = False WordWrap = True end object ll2: TLabel Left = 24 Top = 80 Width = 369 Height = 97 Alignment = taCenter Caption = 'If you find Argus useful and wish to continue using it, please f' + 'ind the time to register it. If you do not want to use the progr' + 'am any further, please remove its copy from your disk within the' + ' period stated in the licence agreement' Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object Button: TButton Left = 176 Top = 184 Width = 75 Height = 25 Cancel = True Default = True Enabled = False ModalResult = 1 TabOrder = 0 end end end